home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / sushi_oi.swf / scripts / DefineButton2_204 / BUTTONCONDACTION on(release)_2.as < prev    next >
Encoding:
Text File  |  2008-11-12  |  311 b   |  12 lines

  1. on(release){
  2.    if(hitTest(_root.rice))
  3.    {
  4.       _root.clamrice.gotoAndPlay(5);
  5.       _root.machine.gotoAndPlay(1);
  6.       setProperty("_root.clam", _X, "451");
  7.       setProperty("_root.clam", _Y, "311");
  8.       setProperty("_root.rice", _X, "47");
  9.       setProperty("_root.rice", _Y, "389");
  10.    }
  11. }
  12.